ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / RangeMin Property

In This Topic
    RangeMin Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.RangeMin. Sets the minimum number of days allowed when editing date ranges.
    Syntax
    'Declaration
     
    Public Property RangeMin As Integer
    public int RangeMin {get; set;}
    Remarks
    The default value for this property is zero, which means there is no minimum value for range lengths.
    See Also